home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3403 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: vixen.cso.uiuc.edu!jwcj
  2. From: jwcj@rlb6000.scs.uiuc.edu (John Chen)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AmiTCP Patch 4.3
  5. Date: 3 Apr 1996 06:34:30 GMT
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <4jt65m$55t@vixen.cso.uiuc.edu>
  8. References: <860.6666T825T2917@xmission.com> <4jt29n$2bq@vixen.cso.uiuc.edu>
  9. NNTP-Posting-Host: rlb6000.scs.uiuc.edu
  10.  
  11. jwcj@rlb6000.scs.uiuc.edu (John Chen) writes:
  12.  
  13. >If anyone gets dynamic slip with/with out bootp to work, please email me
  14. >or post here.  Thanks!
  15.  
  16. Silly me, read the manual first!  To do slip with bootp, load the file
  17. amitcp:db/Provider.conf into your favorite editor, do the following:
  18.  
  19. 1) delete the command ManualConsole and replace it with ShowConsole
  20. 2) add the line 'call Dial' after ShowConsole
  21. 3) add the line 'ManualConsole'
  22.  
  23. that's it!  Of course this will require you to log in to your provider
  24. and activate the slip or ppp service manually.  For those of you who
  25. like to automate that, do the following:
  26.  
  27. 1) after call Dial, add the line
  28.        WaitFor "Username: " 
  29. or whatever your provider asks for the login.
  30. 2) add the line
  31.        SendLn "YourUserNameHere"
  32. 3) add
  33.        WaitFor "Password: "
  34.        SendLn "YourPasswordHere"
  35.        WaitFor ">" 
  36. (or whatever prompt you get after you successfully logged in)
  37.        SendLn "slip default"
  38. (or whatever is needed to get slip to work)
  39.  
  40. that's it.  Do not add ManualConsole.  AmiTCP will then start bootpconfig
  41. and send the BOOTP command to get connection information.  Once you have
  42. everything working you might even get rid of the 'ShowConsole' command
  43. so you don't have to see the login info.  It's works well and fast, at
  44. least for me.  I like it!
  45.  
  46. Now I still can't get my daemons to work.  Also, napsaterm doesn't seem
  47. to support TEK anymore, which was one of the best features for me about
  48. it.  I guess I'll go back to reading the manual and see if it's there
  49. before I email NSDi to complain and whine.  :)
  50.  
  51. But so far I'm encouraged with this new released!
  52. --
  53. John Chen
  54. jwcj@rlb6000.scs.uiuc.edu
  55. Be happier!
  56.